* gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
* gdk/tmpl/event_structs.sgml: Small fixes.
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
+
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
+
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
+
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
+
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
+
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
+
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
+
Tue Nov 20 23:01:01 2001 Kristian Rietveld <kristian@planet.nl>
* gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
+2001-11-20 Matthias Clasen <matthiasc@poet.de>
+
+ * gdk/tmpl/event_structs.sgml: Small fixes.
+
2001-11-16 Matthias Clasen <matthiasc@poet.de>
* gdk/tmpl/event_structs.sgml: Updates.
@window: the window which received the event.
@send_event: %TRUE if the event was sent explicitly (e.g. using
<function>XSendEvent</function>).
-@time:
+@time: the time of the event in milliseconds.
@x: the x coordinate of the pointer relative to the window.
@y: the y coordinate of the pointer relative to the window.
@state: a bit-mask representing the state of the modifier keys (e.g. Control,
@y_root: the y coordinate of the pointer relative to the root of the screen.
@mode: the crossing mode (%GDK_CROSSING_NORMAL, %GDK_CROSSING_GRAB or
%GDK_CROSSING_UNGRAB).
-@detail: the kind of crossing that happended (%GDK_NOTIFY_INFERIOR,
+@detail: the kind of crossing that happened (%GDK_NOTIFY_INFERIOR,
%GDK_NOTIFY_ANCESTOR, %GDK_NOTIFY_VIRTUAL, %GDK_NOTIFY_NONLINEAR or
%GDK_NOTIFY_NONLINEAR_VIRTUAL).
@focus: %TRUE if @window is the focus window or an inferior.
* when it receives an expose event, gtk_container_propagate_expose()
* once for each child, passing in the event the container received.
*
- * gtk_container_propagate expose() takes care of deciding whether
+ * gtk_container_propagate_expose() takes care of deciding whether
* an expose event needs to be sent to the child, intersecting
* the event's area with the child area, and sending the event.
*